home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.20021006-20030409 / 000340_jaltman@watsun.cc.columbia.edu_Fri Feb 28 08:56:34 EST 2003.msg < prev    next >
Text File  |  2003-04-08  |  3KB  |  67 lines

  1. Article: 14137 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!watsun.cc.columbia.edu!jaltman
  3. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: FTP a unc file... file not found
  6. Date: 28 Feb 2003 00:30:46 GMT
  7. Organization: Columbia University
  8. Lines: 50
  9. Message-ID: <b3majm$mns$1@newsmaster.cc.columbia.edu>
  10. References: <a70f50e.0302271541.8526367@posting.google.com>
  11. NNTP-Posting-Host: watsun.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1046392246 23292 128.59.39.2 (28 Feb 2003 00:30:46 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 28 Feb 2003 00:30:46 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14137
  16.  
  17. Kermit is parsing the file name incorrectly.  For some reason the
  18. parser is truncating \\\\server\\share\\file.txt and converting it
  19. to \\file.txt.  This means that it is looking for the file on the
  20. local disk.
  21.  
  22. I will try to fix this soon when I find some time.
  23.  
  24. In article <a70f50e.0302271541.8526367@posting.google.com>,
  25. Wes <wesdog@hotmail.com> wrote:
  26. : I am trying to FTP a number of files present in a share on a WIN 2K
  27. : box to a FTP server.  All of the files are located in the root of the
  28. : share (ex: \\server\share\myfile.txt).
  29. : I use "ftp put \m(unc)" to ftp up the file, where \m(unc) is the UNC
  30. : path to the file.
  31. : The error I get is: 
  32. : ?File not found - "\\server\share\file.txt"
  33. : Command stack:
  34. : 5. Macro : XIF
  35. : 4. Macro : _xif
  36. : 3. Macro : WHILE
  37. : 3. Macro : _while
  38. : 1. File  : c:/test/test.ksc
  39. : 0. Prompt: (top level)
  40. : My issue is that Kermit is saying that the files are not found... yet
  41. : they are there.  To test this out, I created a subdirectory in the
  42. : share called test, copied all of the files to the subdir and changed
  43. : the input file to point to "\\server\share\test\file.txt".  Everything
  44. : worked great.  I checked the permissions on the share and on the
  45. : subdirectory, they are both the same.
  46. : Is there any reason why kermit wouldn't be able to put a document in
  47. : the root of a share?
  48. : How do I debug the FTP put command to find out what is going on?
  49. : How do I check to see if a file referenced via a unc path exists?
  50. : Thanks in advance.
  51. : Wes
  52.  
  53.  
  54.  Jeffrey Altman * Volunteer Developer      Kermit 95 2.1 GUI available now!!!
  55.  The Kermit Project @ Columbia University  SSH, Secure Telnet, Secure FTP, HTTP
  56.  http://www.kermit-project.org/            Secured with MIT Kerberos, SRP, and 
  57.  kermit-support@columbia.edu               OpenSSL.
  58.